printDir (FTP) |
This Web service operation prints the current working directory of the FTP server.
SOAP Request
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <printDir xmlns="http://schemas.cordys.com/ftpconnector/1.1"> <configuration>ftpserver</configuration> </printDir> </SOAP:Body> </SOAP:Envelope>
Request Parameters
Tags |
Description |
---|---|
configuration |
Name of the Configuration Profile that contains the FTP server details. |
SOAP Response
<printDirResponse xmlns="http://schemas.cordys.com/ftpconnector/1.1" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <configuration xmlns="http://schemas.cordys.com/ftpconnector/1.1" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">ftpserver</configuration> <statuscode>257</statuscode> <status>"/" is current directory. </status> </printDirResponse>